@charset "utf-8";
body	{ margin:0px auto; padding:0px; min-height:500px; text-align:center; font-size:12px; font-family:Tahoma,arial,verdana,Georgia,'微软雅黑','宋体';}
div		{ margin:0px auto; padding:0px; line-height:20px; font-size:12px; font-family:Tahoma,arial,verdana,Georgia,'微软雅黑','宋体';white-space:normal;word-wrap: break-word;word-break:break-all;}
img		{ border:0px;}
form	{ display:inline;}
input,select,textarea	{ font-size:12px;padding-top:3px;}
ul,li {margin:0px;padding:0px;list-style-type:none;}
dl,dt,dd {margin:0px auto; padding:0px;}
h1,h2,h3,h4,h5,h6	{margin:0px; padding:0px;}
/*
link:连接平常的状态  
visited:连接被访问过之后   
active:连接被按下的时候 
hover:鼠标放到连接上的时候
*/
a			{}
a:link		{color:#3165FF;text-decoration: none;}
a:visited	{color:#3165FF;text-decoration: none;}
a:hover		{color:#FF0000;text-decoration: underline;}
a:active	{color:#FF0000;text-decoration: underline;}

.fl	{float:left;}
.fr	{float:right;}
.fc	{clear:both;font-size:0px;overflow: hidden;height:0px;line-height:0px;}
.fb	{font-weight:bold;}
.cb	{color:blue;}
.cr	{color:#FF0000;}
.cg	{color:#008000;}
.c3	{color:#333;}
.c6	{color:#666;}
.c8	{color:#888;}
.c9	{color:#999;}
.cc	{color:#CCC;}
.cf	{color:#FFF;}
.tl	{text-align:left;}
.tr	{text-align:right;}
.tc	{text-align:center;}
.br1	{border:1px solid #FF0000;}
.br5	{border:5px solid #FF0000;}
.bg8	{background:#888;}
.bgf	{background:#fff;}
.di	{display:inline;}
.db	{display:block;}
.dn	{display:none;}
.cp	{cursor:pointer;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/ 
.clearfix { display:block; }
/* End hide from IE Mac */

.f9,.f10,.f11,.f12,.f14,.f14L,.L12,.L15,.L18	{font-size:12px;}
.f9		{font-size:9px; }
.f10	{font-size:10px; }
.f11	{font-size:11px; }
.f12	{font-size:12px; }
.f14	{font-size:14px; }
.f14L	{font-size: 14.8px; line-height:25px;}
.f16	{font-size:16px; }
.f17	{font-size:17px; }
.f18	{font-size:18px; }
.L12	{line-height:120%;}
.L15	{line-height:150%;}
.L18	{line-height:180%;}

.w60	{width:60px;}
.w80	{width:80px;}
.w100	{width:100px;}
.w120	{width:120px;}
.w150	{width:150px;}
.w180	{width:180px;}
.w200	{width:200px;}
.w300	{width:300px;}

.Space1,.Space2,.Space3,.Space5,.Space8,.Space10,.Space12,.Space15,.Space18	{clear:both;font-size:0px;overflow: hidden;margin:0px;}
.Space1		{height:1px;}
.Space2		{height:2px;}
.Space3		{height:3px;}
.Space5		{height:5px;}
.Space8		{height:8px;}
.Space10	{height:10px;}
.Space12	{height:12px;}
.Space15	{height:15px;}
.Space18	{height:18px;}

.mg1	{margin:1px;}
.mg2	{margin:2px;}
.mg3	{margin:3px;}
.mg5	{margin:5px;}
.mg8	{margin:8px;}
.mg10	{margin:10px;}
.mg12	{margin:12px;}
.mg15	{margin:15px;}
.mg18	{margin:18px;}

.pg1	{padding:1px;}
.pg2	{padding:2px;}
.pg3	{padding:3px;}
.pg5	{padding:5px;}
.pg8	{padding:8px;}
.pg10	{padding:10px;}
.pg12	{padding:12px;}
.pg15	{padding:15px;}
.pg18	{padding:18px;}


a.nn			{}
a.nn:link		{text-decoration: none;}
a.nn:visited	{text-decoration: none;}
a.nn:hover		{text-decoration: none;}
a.nn:active		{text-decoration: none;}

a.nu			{}
a.nu:link		{text-decoration: none;}
a.nu:visited	{text-decoration: none;}
a.nu:hover		{text-decoration: underline;}
a.nu:active		{text-decoration: underline;}

a.un			{}
a.un:link		{text-decoration: underline;}
a.un:visited	{text-decoration: underline;}
a.un:hover		{text-decoration: none;}
a.un:active		{text-decoration: none;}

a.blue			{}
a.blue:link		{color: #0000CC;}
a.blue:visited	{color: #0000CC;}
a.blue:hover	{color: #0000CC;}
a.blue:active	{color: #0000CC;}

a.red			{}
a.red:link		{color: #FF0000;}
a.red:visited	{color: #FF0000;}
a.red:hover		{color: #FF0000;}
a.red:active	{color: #FF0000;}

a.hei			{}
a.hei:link		{color: #000000;}
a.hei:visited	{color: #000000;}
a.hei:hover		{color: #000000;}
a.hei:active	{color: #000000;}

a.lv			{}
a.lv:link		{color: #008000;}
a.lv:visited	{color: #008000;}
a.lv:hover		{color: #008000;}
a.lv:active		{color: #008000;}

/*-- Tip样式 开始 --*/
a.tip{
	color:#FF0000;
	margin:0 auto;
	text-decoration:none;
	position:relative;
	z-index:1000;
}
a.tip span {display:none;cursor:pointer;}
a.tip:hover {cursor:pointer;}
a.tip:hover span {
/*
    display:block;
    width1:100%;
    color:#000;
	border:1px solid #888;
    background-color:#fff;
    text-align:left;
    margin-top:1px;
    position:absolute;
    z-index:200;
    filter:alpha(opacity=100);
    -moz-opacity:.9;
    opacity:.9;
*/
	display:block; 
	position:absolute; 
	top:15px;
	left:0px;
	border:1px solid #666;
	background-color:#eee; 
	color:#000;  
	padding:2px 3px;
	z-index:90;
}
/*-- Tip样式 结束 --*/

/*-- 表格样式 开始 --*/
.TB			{border:1px solid #CECFCE;}
.TT			{height:25px;background:#F2F2F2;text-align:center;font-weight: bold;padding:3px;font-size:14px;}
.TL_Out		{height:25px;background:#FFFFFF;text-align:center;padding:5px;}
.TL_Over	{height:25px;background:#FFFFAF;text-align:center;padding:5px;}
.TLine		{height:1px;background:#EFEFEF;}
/*-- 表格样式 结束 --*/



/*--	以下为驾考资讯专用	--*/

body,div,input {font-family:arial,verdana,Georgia,'微软雅黑','宋体';}
select {padding:1px;font-size:12px;margin:0 5px 0 0;}

.fcc:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fcc { display:inline-block; }
/* Hide from IE Mac \*/ 
.fcc { display:block; }
/* End hide from IE Mac */
.fst	{font-family:宋体;}

#Header {width:960px;margin:0 auto;padding:0;}
#Header span {width:320px;float:left;display:block;text-align:left;}
#Header div {float:left;display:block;}

#Footer {width:960px;margin:8px auto;padding:0;color:#777777;border-top:2px solid #DDDDDD;padding-top:8px;}
#Footer span {width:660px;float:left;display:block;text-align:left;}
#Footer div {float:right;display:block;}

#Footer span a	{color:#777777;text-decoration: none;}
#Footer span a.link	{color:#777777; text-decoration: none;}
#Footer span a:hover	{color:#777777; text-decoration: none;}

.Menu {width:960px;margin:2px auto;margin-bottom:8px;padding:5px 0 3px 0;text-align:left;background:#019DE9;color:#FFFFFF;border:2px solid #019DE9;border-radius:3px; /*圆角*/}
.Menu a	{color:#FFFFFF;padding:0px 11px 0 13px;margin:0;text-decoration: none;font-size:14px;text-align:center;background:url('/pic/nav_bg.gif') left no-repeat;}
.Menu a.link	{color:#FFFFFF; text-decoration: none;}
.Menu a:hover	{color:#FFFFCC; text-decoration: underline;}
.Menu .first	{margin-left:3px;background:url('');}


.mainBox	{width:960px;}
.mainL	{width:750px;float:left;color:#000000;border:0px solid red;text-align:left;}
.mainR	{width:200px;float:right;color:#000000;border:0px solid #999999;}


/*----------------------------------------\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\////////////////////////////////////////////////----------------------------------------*/

body	{ background:#FEFFFF url("/pic/bodybg.gif") repeat-x;}

a		{color:#3366FF; text-decoration: none;color:#303C48;color:#333;}
a:link		{color:#3366FF;text-decoration: none;color:#303C48;color:#333;}
a:visited	{color:#3366FF;text-decoration: none;color:#303C48;color:#333;}
a:hover		{color:#FF0000;text-decoration: underline;color:#FF3300;color:#1966FF;text-decoration: none;}
a:active	{color:#FF0000;text-decoration: underline;color:#FF3300;color:#1966FF;text-decoration: none;}
/*
link:连接平常的状态  
visited:连接被访问过之后   
active:连接被按下的时候 
hover:鼠标放到连接上的时候
*/

a.bu		{color:#2D96E9; text-decoration: none;}
a.bu:link		{color:#2D96E9;text-decoration: none;}
a.bu:visited	{color:#2D96E9;text-decoration: none;}
a.bu:hover		{color:#2D96E9;text-decoration: underline;}
a.bu:active	{color:#2D96E9;text-decoration: underline;}


.fcc:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fcc { display:inline-block; }
/* Hide from IE Mac \*/ 
.fcc { display:block; }
/* End hide from IE Mac */

.mainBox	{ width:1200px; background:#FFFFFF;}
/*---- Content begin ----*/
.mainBoxL	{float:left; width:510px;margin:0px;}
.mainBoxC	{float:left; width:300px;padding:0px;margin:0px 0px 0px 10px;}
.mainBoxR	{float:right;width:160px;padding:0px;margin:0px 0 0 10px;}
.mainBoxZ	{float:left;width:160px; padding:0px;margin:10px 10px 0 0;display:none;}
/*---- Content end ----*/

.Box	{border:1px solid #CCE6F1;}


/*---- header begin ----*/
/*	/pic/headerbg.jpg	*/
.headerBox	{height:50px; background:#F8FCFF url("/pic/headerbg.jpg") repeat-x; border-bottom:0px solid #E2EDFF;padding:0px;margin-bottom:0px;color:#F2F5FE;}
.hLogo	{float:left; width:208px;}
.hLogo img {width:200px;height:40px;margin-top:7px;}
.headerBox h4 {float:left;font-size:22px;color:#3C3C3C;padding:20px 0px 0px 8px;margin:0px;font-family:微软雅黑;font-weight:normal;}
.hRight	{ float:right;padding:26px 5px 0px 8px; text-align:right;color:#D9D9D9;}
.hRight a	{padding:0px 10px;font-size:15px;}
/*---- header end ----*/

/*---- footer begin ----*/
.footerBox { margin:30px auto 0 auto; padding:20px 0px; border-top:1px solid #EFEFFF;color:#666666;line-height:3;}
.footerBox a {color:#666666;}
/*---- footer end ----*/

.mainBoxL h1 {display:block;line-height:180%;font-size:20px;color:#000;padding:9px;margin:0px;font-weight:normal;text-align:left;}

.Nav	{color:#666;text-align:left;border-bottom:1px dashed #DADADA;padding:5px 2px;}
.Nav div {float:left;margin:0px;padding:0px;width:400px;white-space:nowrap;overflow:hidden;}
.Nav div a	{padding:0px;color:#2D96E9;}
.Nav div span	{padding:0px;color:#999;}
.Nav div b	{padding:0px 6px;color:#999;font-size:12px;font-weight:normal;font-family:宋体;}
.Nav div i	{padding:0px 20px;font-style:normal;}
.Nav div i a {color:#666;font-size:12px;}
.Nav p {float:right;margin:0px;padding:0px;}
.Nav p i {font-size:12px;font-style:normal;margin-left:3px;}

.PlayTable {margin:50px auto;border:5px solid #DADADA;}
#MediaInfoArea {margin:0;padding:0;}

.fxOut {border:1px solid #DEDEDE;padding:5px;background:#FBFBFB;height:26px;}
.fxOut p {float:right;display:block;margin:0px;padding:0px;}
.fxOut b {float:left;display:block;margin:0px;margin-top:2px;padding:3px 10px 0px 0px;width:21px;height:16px;background:url(/pic/ico_FullPlay.gif) no-repeat left center;border-right:1px solid #DADADA;cursor:pointer;}

.mWin {margin:0 0 10px 0;padding:0px;background:#FFF;}
.mWin dl {margin:0px;padding:0px;border:1px solid #DEDEDE;text-align:left;	border:1px solid #DEE2E5;}
.mWin dt {margin:0px;padding:11px 10px;backgroundx:url("/pic/dt_bg.gif") repeat-x;	background:#FFF;border-bottom:1px solid #EEE;}
.mWin dt b {padding:0px 5px;color:#555;font-size:16px;}
.mWin dd {margin:0px;padding:7px 10px;}
.mWin dd div {padding:0px 5px;color:#555;font-size:12px;line-height:200%;}



#intro  {font-weight:normal;font-size:12px;line-height:26px;}
#intro h2,#intro h3 {display:block;margin:15px 0;font-weight:normal;font-size:12px;text-indent: 2em;}
#intro p {margin:15px 0;padding:0;text-indent: 2em;}
#intro p.YB_CntImg {margin:5px auto;padding:0;text-indent: 0;}
#intro p.YB_CntImg img {max-width:470px;}

.xgsp {padding:5px;}
.xgsp a {display:block;float:left;padding:5px;width:128px;height:92px;white-space:nowrap;  overflow:hidden;text-align:center;margin:0px 0px 5px 0px;}
.xgsp a img {border:1px solid #CCC;padding:1px;width:124px;height:70px;margin:0 0 3px 0;}
.xgsp a.t img {border:2px solid #FF9100;padding:0px;}
.xgsp p {padding:0;margin:5px 0 0 0;float:right;}
.xgsp p a {width:auto;height:auto;display:block;text-align:right;color:#333;margin:0px;}
#xgspA {display:none;}
#xgspArea a {width:149px;height:105px;}
#xgspArea a img {width:145px;height:82px;margin:0 0 5px 0;}
#xgspArea p {padding:0;margin:5px 0 0 0;float:right;}
#xgspArea p a {width:auto;height:auto;display:block;text-align:right;color:#333;margin:0px;}

.splb {padding:0;margin:20px 0px;}
.splb a {display:block;float:left;padding:9px;margin:0px 0px 20px 0px;width:195px;height:155px;white-space1:nowrap;  overflow:hidden;text-align:center;text-align:left;font-size:14px;}
.splb a img {border:0;padding:0;width:195px;height:110px;margin:0 0 5px 0;}


h2.list {display:block;font-weight:normal;color:#666;font-size:12px;line-height:22px;text-align:left;border-radius:5px;border:1px solid #CCC;padding:9px;text-indent: 2em;margin:19px 12px 0 12px;}


.list_xgsp {margin:50px auto 10px auto;padding:10px 0 10px 20px;background:#FBFBFB;border-top:1px dashed #C0C0C0;;border-bottom:1px dashed #C0C0C0;text-align:left;font-size:16px;font-family:微软雅黑;font-weight:600;}

.ztsp	{padding:10px 30px;}
.ztsp	a {font-size:15px;display:block;margin:0px;height:33px;line-height:33px;padding:0px 18px 0 12px;background:url("/pic/ico_01.gif") no-repeat left center;white-space:nowrap;  overflow:hidden;}
.ztsp	a.ztspimg {background:url('');padding:0;margin:5px auto 20px auto;height:auto;white-space:normal;line-height:22px;}
.ztsp	a.ztspimg img {width:290px;height:160px;margin-bottom:7px;}
.ztsp	a:hover img {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.ztsp	a img {-webkit-transition: -webkit-transform .3s ease-out;transition: -webkit-transform .3s ease-out;-o-transition: transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out,-webkit-transform .3s ease-out;}





/*以下是index用到的*/
.ListCnt	{}
.ListCnt dl	{margin:0px 0px 10px 0px;}
.ListCnt dl dt	{background1:#F3F8FC;padding:12px 10px;text-align:left;}
.ListCnt dl dt:hover {background1:#1966FF;color:#1966FF;}
.ListCnt dl dt:hover h2,.ListCnt dl dt:hover strong {color:#1966FF;font-weight:bold;}
.ListCnt dl dt a {color:#222;text-decoration: none;}
.ListCnt dl dt h2,.ListCnt dl dt strong {background:url("/pic/ico_tv.gif") no-repeat left center;padding:0px 0px 0px 26px;margin:0px;font-weight:bold;font-size:16px;color:#3C3C3C;}
.ListCnt dl dd	{padding:12px;}
.ListCnt dl dd a {display:block;float:left;padding:9px;margin:0px 0px 20px 0px;width:195px;height:155px;white-space1:nowrap;overflow:hidden;text-align:left;font-size:14px;}
.ListCnt dl dd a img {width:195px;height:110px;margin:0 0 15px 0;}
.ListCnt div {font-size:14px;text-align:right;margin:-9px 9px 30px 0;}
.ListCnt p	{display:block;text-align:center;margin:50px auto;}

.ListCnt dl dd a:hover img,.splb a:hover img {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.ListCnt dl dd a img,.splb a img {-webkit-transition: -webkit-transform .3s ease-out;transition: -webkit-transform .3s ease-out;-o-transition: transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out,-webkit-transform .3s ease-out;}


.xgInfo {width:284px;background1:#F3F8FC;padding:8px;min-height:120px;display:table;height:80px;text-align:left;}
.xgInfo	strong	{font-size:16px;}
.xgInfo_ZJ	{text-align:left;margin:8px 0px;}
.xgInfo_ZJ a {background:url("/Templets/xcsp/PIC/ico_01.gif") no-repeat left center;padding-left:12px;text-align:left;}
.CodeMessage	{color:#FFFFFF;}


.xgInfo_List	{}
.xgInfo_List dl	{margin:0px 0px 0px 0px;}
.xgInfo_List dl dt	{height:20px;padding:5px 5px;text-align:left;}
.xgInfo_List dl dt a {color:#222;text-decoration: none;}
.xgInfo_List dl dt	h2 {background:url("/pic/ICO_spxc.gif") no-repeat left center;padding:0px 0px 0px 26px;margin:0px;font-weight:bold;font-size:14px;}
.xgInfo_List dl dd	{padding:7px;}
.xgInfo_List dl dd a {display:block;float:left;padding:7px;margin:0px 0px 10px 0px;width:120px;height:92px;white-space:nowrap;  overflow:hidden;text-align:center;}
.xgInfo_List dl dd a img {border:0px solid #BED5F9;padding:0px;width:120px;height:70px;margin:0 0 5px 0;}
.xgInfo_List div {font-size:12px;text-align:right;margin:-9px 9px 10px 0;}
.xgInfo_List dl dd a:hover img{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.xgInfo_List dl dd a img {-webkit-transition: -webkit-transform .3s ease-out;transition: -webkit-transform .3s ease-out;-o-transition: transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out,-webkit-transform .3s ease-out;}




dl.yqlj {margin:15px 0px 10px 0px;}
dl.yqlj dt	{background:#F3F8FC;height:20px;padding:10px;text-align:left;font-weight:bold;font-size:15px;}
dl.yqlj dd {line-height:26px;padding:7px 12px;text-align:left;line-height:2.2;}
dl.yqlj dd a {padding:7px 15px 7px 0;color:#555555;font-size:13px;}
dl.yqlj dd a:hover {color:#000000;text-decoration:underline;}

h1.index {color:#555;font-size:15px;font-weight:normal;margin:0 0 20px 0;padding:7px 17px;text-indent:2em;line-height:28px;background:#FCFCFC;border-top:1px dashed #C0C0C0;;border-bottom:1px dashed #C0C0C0;}



.xcmnTJ {display:block;margin:20px auto;margin:20px auto;}
.xcmnTJ a			{}
.xcmnTJ a:link		{text-decoration: none;}
.xcmnTJ a:visited	{text-decoration: none;}
.xcmnTJ a:hover		{text-decoration: none;}
.xcmnTJ a:active	{text-decoration: none;}
.xcmnTJ h6 {cursor:pointer;border-bottom: 1px solid #D3D9DF;display:block;text-align:center;padding:5px 0;font-weight:normal;margin:10px auto;}
.xcmnTJ h6 i {display:block;margin:0 auto;margin-bottom:-15px;width:120px;background:#FFFFFF;font-family:"微软雅黑";font-size:16px;color: #019875;font-style: normal;color:#7F7F91;}
.xcmnTJ ul {display:block;margin:9px;display:inline-block;}
.xcmnTJ ul li {width:130px;display:block;float:left;text-align:center;margin:7px;border:1px solid #DDDDDD;border-bottom:2px solid #D8D8D8;background:#FFFFFF;}
.xcmnTJ ul li a {display:block;text-align:center;font-size:12px;}
.xcmnTJ ul li a img {width:130px;height:200px;}
.xcmnTJ ul li a b {display:block;height:16px;font-weight:normal;line-height:20px;color:#666666;text-align:left;padding:7px;font-family:"微软雅黑";overflow:hidden;}
.xcmnTJ ul li a strong {display:block;font-weight:normal;font-size:22px;line-height:36px;vertical-align: middle;padding:17px;color:#019875;text-align:left;}
.xcmnTJ ul li:hover a b,#xcmnBox ul li:hover a strong {background-color: #019875;opacity:0.85;color:#FFFFFF;}
.xcmnTJ ul li:hover a img {opacity:0.7;}




i,em {font-style: normal;}
u {text-decoration: none;}
.mainBoxL {width:880px;}
.splist {margin:0px 0 10px 0;}
.splist a {position:relative;color:#333;font-size:14px;display:block;width:29%;margin:0 2% 10px 2%;float:left;padding:0 0 9px 0;font-family:"arial","Microsoft YaHei";}
.splist a:hover {background1:#F7F7F7;text-decoration:none;}
.splist a:hover img {opacity:1;}
.splist a img {display:block;margin:0 0 10px 0;max-width:100%;opacity:0.88;}
.splist a i {position:absolute;bottom:43px;right:5px;font-size:12px;background:rgba(0,0,0,0.5);color:#DDD;padding:0 5px;border-radius:2px;}
.splist a:hover u {position:absolute;top:22%;left:38%;display:block;width:45px;height:45px;background:url("//sucimg.itc.cn/sblog/j9bf5f5b92130d99ada038e186e915ae3") no-repeat;background-size:45px 45px;}
.splist a.h img {border:2px solid #FF6600;}
.splisth a {width:18%;margin:0 1% 10px 1%;}
.splisth a i {display:none;}
.splisth a img {border:2px solid #FFF;}
.splisth a:hover u {top:13px;}
p.splistb {text-align:left;font-size:20px;padding:12px 7px;margin:20px 0 10px 0;background:#FFF;color:#333;font-family:微软雅黑;}
p.splistb a {float:right;font-size:13px;background:#FF6600;color:#FFF;padding:0 5px;text-decoration:none;}
p.splistb a:hover {background:#FF2200;}
p.splistbm {margin:20px 0 -20px 0;}
.spIntro {text-align:left;font-family:微软雅黑;font-size:14px;line-height:200%;margin:0 0 30px 0;}
.spIntro h3 { font-weight:normal;}
.spIntro img {max-width:400px;}
.spIntro p {text-indent:2em;}
.spIntro p i { font-weight:bold;margin-right:9px;font-family:arial;}

.TopAD {margin:20px auto;}



/*special*/
.ztPhoto {margin:20px 0;text-align:left;}
.ztPhoto p.ztimg {width:260px;float:left;margin:20px 20px 0 0;}
.ztPhoto p.ztimg img {width:260px;}
.ztPhoto div.zth12 {float:right;margin:0 10px 0 0;}
.ztPhoto div.zth12 h1 {display:block;border-bottom:1px dashed #DDD;color:#555;padding:0 0 20px 0;}
.ztPhoto div.zth12 h1 a {font-size:33px;font-weight:normal;color:#222;}
.ztPhoto div.zth12 h1 a:hover {color: #1966FF;}
.ztPhoto div.zth12 h2 {display:block;font-size:18px;margin:10px 0;font-weight:normal;color:#555;line-height:2.6;}
.ztLinks {display:block;margin:0 auto;padding:10px 0 30px 0;text-align:left;}			
.ztLinks p {margin:0 auto;line-height:260%;}
.ztLinks p b {display:block;width:90px;height:16px;border-left:2px solid #1966FF;padding:0 0 0 12px;line-height:16px;margin:0 0 9px 0;font-size:16px;}
.ztLinks a {padding:0 15px 0 0;color:#333;font-size:15px;line-height:2;}
.ztLinks a:hover {color:#1966FF;text-decoration:underline;}
div.ztList {margin:20px 0;}
div.ztList a {display:block;float:left;position:relative;margin:10px;}
div.ztList a img {width:300px;height:188px;}
div.ztList a b {position:absolute;left:0;bottom:0;width:270px;background:#000;opacity:0.7;color:#FFF;font-size:18px;padding:10px 15px;font-weight:normal;}
div.ztList a:hover img {opacity:0.9;}
div.ztList a:hover b {opacity:0.8;}
/*special*/

.backTop {display:block;display:none;width:50px;height:50px;position:fixed;right:2%;bottom:60px;cursor:pointer;opacity: 0.3;background:#FCFCFC url("//sucimg.itc.cn/sblog/jf307f0db43f8caf0f935ea7e0001fcfb") no-repeat left center;}
.backTop:hover {opacity: 0.5;}